diff options
| author | jstmax! <87650746+MaxWasTakenYT@users.noreply.github.com> | 2024-10-17 19:09:29 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-17 19:09:29 +0000 |
| commit | e066cababfa25e415479a55cfbee5a9063ce7414 (patch) | |
| tree | a425b50346d79d546d278ab3d17154c08b1f4f52 /jstmax!'s [warning] system.md | |
| parent | 8ad1cd71e4038a0e70e61445e2ebdeda92d791b3 (diff) | |
Update jstmax!'s [warning] system.md
Diffstat (limited to 'jstmax!'s [warning] system.md')
| -rw-r--r-- | jstmax!'s [warning] system.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/jstmax!'s [warning] system.md b/jstmax!'s [warning] system.md index 3cb92b1..75a89ec 100644 --- a/jstmax!'s [warning] system.md +++ b/jstmax!'s [warning] system.md @@ -4,9 +4,15 @@ basically: in my CLI programs, I use my own warning system to warn (wow) the use e.g. `[e!] example error: description` for errors \ in this file I'll write a list of every warning I use; +## .categoryOne, basicWarnings🤓 |warning✨|explanation📑| |-|-| |[e!]|used for errors, e.g. `[e!] task (taskName) failed`| |[n!]|used for notes, e.g. `[n!] this program supports (featureName)`| -|[]|//| -|[]|//| +|[w!]|used for warning (lol), e.g. `[w!] using (functionName) could lead to (issueName)`| + +## .categoryTwo, categorizedWarnings👻 +|warning✨|explanation📑| +|-|-| +|[math_e!]|used for mathematical specific errors, e.g. `[math_e!] divided by zero!`| +|[perm_e!]|used for permissions specific errors, e.g. `[perm_e!] cannot access (folderName), insufficient permissions`| |